home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-09-19 | 1.6 KB | 69 lines | [TEXT/Mrls] |
- 0.5 CHANGELOG
- -------------
-
- 0.5d2
- -----
-
- • Added missing | symbol to syntax.c.
-
- • Added %exp and %ln primitives to number.c. Added exp/ln to init.dyl.
-
- • Added abstract keyword. modified dylan.y, dylan.l, globaldefs.h, main.c,
- syntax.c.
-
- • Fixed cmd-period aborting the program. Had to call yyrestart on stdin
- to get scanner to reset its state.
-
- 0.5d3
- -----
-
- • Implemented basic AppleEvents for opening documents. If document with the
- same name is already open, it is brought to front.
-
- • Fixed clipboard bug. Wasn't calling ZeroScrap() before PutScrap().
-
- 0.5d4
- -----
-
- • Added interrupt menu item to Marlais menu. cmd-period is the keyboard equivalent.
-
- • Prints a more informative message when switching syntax modes.
-
- • Better handling of input -- to terminate a line of input you can now hit either
- the enter key/cmd-return (for MPW enthusiasts), or semi-colon.
-
- 0.5d5
- -----
-
- • Never released.
-
- 0.5d6
- -----
-
- • Incorporated 0.5.2 core, had to re-fix some old bugs in dylan.l.
-
- • Backward find checkbox in Find window. Should implement cmd-shift too
- to toggle behavior.
-
- • Most of init.dyl has been rewritten in DIRM syntax.
-
- • Tweaked multiline input a bit.
-
- • Closing listener just hides it. It can be brought back any time with
- cmd-I.
-
- • Now shows which font sizes you really have in Size menu.
-
- 0.5d7
- -----
-
- • 0.5.3 core, now with limited module support. See file "DIFFERENCES" for
- more information.
-
- • Changed approach for loading files. Rather than simulating typing, queues
- a pseudo interrupt to have it loaded by the read-eval-print loop.
-
- • Note: this version still has some bugs in the core. Hopefully these will be
- ironed out *REAL* soon.
-
-